projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3845ca6
)
Fix the build
author
Matthias Clasen
<matthiasc@src.gnome.org>
Tue, 21 Jun 2005 05:49:49 +0000
(
05:49
+0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Tue, 21 Jun 2005 05:49:49 +0000
(
05:49
+0000)
gtk/gtkrbtree.h
patch
|
blob
|
history
diff --git
a/gtk/gtkrbtree.h
b/gtk/gtkrbtree.h
index c6e3c20d8a580068416fbd7166fc1b8b3cbda4f5..6c108217ffa6e5645f8fb12080039b79dbfffc41 100644
(file)
--- a/
gtk/gtkrbtree.h
+++ b/
gtk/gtkrbtree.h
@@
-22,11
+22,12
@@
#ifndef __GTK_RBTREE_H__
#define __GTK_RBTREE_H__
+#include <glib.h>
+
G_BEGIN_DECLS
-#include <glib.h>
typedef enum
{
GTK_RBNODE_BLACK = 1 << 0,